Gdk4/Win32: Correct call to gdk_key_event_new()
authorMatthew Jakeman <mjak923@aucklanduni.ac.nz>
Wed, 2 Dec 2020 22:14:27 +0000 (22:14 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 2 Dec 2020 22:14:27 +0000 (22:14 +0000)
commit710d0620a41d16553393f2181abf660556b5d257
tree30d63be828d5a8abd0b420e9a3e7ff039c154953
parent770e848953af9aea230b636c979756a7db4a2bc8
Gdk4/Win32: Correct call to gdk_key_event_new()

The keycode and modifier (state) parameters are in the wrong order
for gdk_key_event_new() in the gdk win32 backend, which causes
key up/down events to be populated incorrectly.
gdk/win32/gdkevents-win32.c